home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1673 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: news.eunet.fi!newsmaster
  2. From: bjb@esmiodt.esmi.ahlstrom.com
  3. Newsgroups: alt.winsock,comp.lang.c++,comp.os.ms-windows.networking.tcp-ip,alt.winsock.programming
  4. Subject: Re: Why is Novell TCP/IP not working?
  5. Date: 12 Jan 1996 07:22:42 GMT
  6. Organization: Oy Esmi Ab, Finland
  7. Distribution: world
  8. Message-ID: <4d5282$pvk@idefix.eunet.fi>
  9. References: <TERRY.11.00295CF0@CAM.ORG>
  10. NNTP-Posting-Host: bjb.esmi.ahlstrom.com
  11. X-Newsreader: News for Windows NT X1.0-43
  12.  
  13. In article <TERRY.11.00295CF0@CAM.ORG>
  14. TERRY@CAM.ORG (Terry Drymonacos) wrote: 
  15.  
  16. > Hi
  17. > I wonder if anyone out there has experienced this phenomenon with their Novell 
  18. > Lan WorkPlace Windows Sockets API v1.1?
  19. > I'm trying to write a server application, I'm able to intitiate a 
  20. > WSAStartup(), make a socket, bind it but as soon as I call WSAAsynchSelect() I 
  21. > get a ENETDOWN error. I've tried using a utility called Windows Socket Test 
  22. > and it gives me the same result. I have tried the same program and Socket test 
  23. > program on my solitary computer at home using Trumpet winsock and everything 
  24. > is fine, which leads me to conclude that Novell may be the culprit.
  25. >....
  26.  
  27. I wonder if this problem is related to a same sort of problem we had with our
  28. winsock-based program. After starting to use WSAAsyncSelect we heard from some
  29. of our customers using Novell TCP/IP that the client doesn't work. After examining 
  30. their configuration I found out that if the program NOVASYNC.EXE is not found in the
  31. program path, our winsock program will not work. After adding the appropriate
  32. NOVASYNC.EXE to the network program directory everything works fine. 
  33. Don't ask me what NOVASYNC.EXE does but it solved our problems. (NOVASYNC.EXE
  34. do belong to the Novell TCP/IP client package).
  35.  
  36. Bengt Bredenberg
  37. bjb@esmiodt.esmi.ahlstrom.com
  38.  
  39.  
  40.